home *** CD-ROM | disk | FTP | other *** search
- .k ""
- .bra {
- .ket }
-
-
-
-
- ; *** If you are reading this text after a double-click, it ***
- ; *** means that neither MultiView nor AmigaGuide could be ***
- ; *** found in a standard location such as "SYS:Utilities". ***
- ; *** ***
- ; *** If you are reading this text after a "drag and drop" ***
- ; *** it means that the Script DataType is not being used. ***
-
-
-
-
- If EXISTS SYS:Utilities/MultiView
- Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: Test_1.guide
- Else
- Which >NIL: MultiView
- If WARN
- If EXISTS SYS:Utilities/AmigaGuide
- Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: Test_1.guide
- Else
- Echo "Neither MultiView nor AmigaGuide could be found."
- EndIf
- Else
- Run >NIL: <NIL: MultiView >NIL: <NIL: Test_1.guide
- EndIf
- EndIf
-